Skip to main content
Version: 5.x.x

QueryParamValuesType


import { QueryParamValuesType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:115

Preview

type QueryParamValuesType = number | string | boolean | null | undefined | Record<any, any>;

Structure

number | string | boolean | null | undefined | Record<any, any>